home *** CD-ROM | disk | FTP | other *** search
- 1 rem disk default
- 2 poke53281,13:poke53280,6:poke646,0
- 10 printchr$(142)"[147] c= disk default - richard penn"
- 15 gosub1000
- 20 forj=679to716:readk:pokej,k:cs=cs+k:next:ifcs<>4119thenprint"bad data":stop
- 30 sys679:print""spc(14)"..done..":fordl=1to1500:next:goto60000
- 40 data 169,002,141,049,003,141,051,003
- 50 data 169,186,141,048,003,169,197,141
- 60 data 050,003,096,169,008,133,186,169
- 70 data 000,133,010,076,165,244,169,008
- 80 data 133,186,076,237,245,010
- 90 :
- 1000 rem do this for sure
- 1010 print" are you sure you want to do this?"
- 1020 poke198,0:wait198,1:geta$:ifa$<>"y"anda$<>"n"then1020
- 1030 ifa$="y"thenreturn
- 1040 :
- 60000 rem re-connect
- 60020 print"[147]"spc(12)"loading menu..."
- 60030 poke646,peek(53281):f$="magic menu"
- 60040 print"loadf$,8":print"run":poke631,13:poke632,13:poke198,2:end
-